home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / telix212.arc / OPUS.SCR < prev    next >
Text File  |  1987-02-06  |  676b  |  20 lines

  1. . Sample Telix script file to log onto an Opus bbs.
  2. . Link this file to the dialing directory entry.
  3. .    Replace the pertinent info with your info.
  4.  
  5. . If Telix properly detects when you are connected then take out
  6. . the dots in front of the next three commands. This will make this file
  7. . runnable as a linked script AND from with the Alt-S command.
  8.  
  9. . ifonline start
  10. . dial "entry number"                    . replace with right number
  11. . ifoffline failed
  12.  
  13. timeout 180 failed
  14.  
  15. waitfor "FIRST name:"                    . replace firstname, lastname,
  16. send "firstname;lastname|y|password|"    . and password with your info
  17. stop
  18.  
  19. failed:
  20. message "Logon failed"